#header {
	float: left;
	width: 40%;
	margin-right: 30%;
	margin-left: 30%;
	margin-bottom: 30px;
	height: 300px;
	background-image: url(../../bilder/bilder/kontakt.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	box-shadow: 10px 10px 10px silver;
	border-radius: 25px;
}
#head {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: left;
	height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#head #spruch {
	text-align: center;
	height: 70px;
	width: 700px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}


#kontaktformular {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#kontaktformular #text {
	margin: 10px;
	width: 370px;
}
#kontaktformular #formular {
	margin: 20px;
	max-width:600px;
	width: 600px;
}

#catcher {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	margin-bottom: 30px;
	float: left;
}
#footer {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	float: left;
}
@media screen and (max-width: 700px) {
#header {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}
#catcher {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}


}
